home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / misc / unix / sploinerppc.lha / sploinerppc / sploinerppc.readme < prev    next >
Encoding:
Text File  |  1998-10-04  |  2.0 KB  |  58 lines

  1. Short:    Split,Join&Recover PowerUP/WarpOS/020
  2. Type:     misc/unix
  3. Author:   Richard Jørgensen, Jarmo Laakkonen (PPC port)
  4. Uploader: Jarmo Laakkonen (jami@dlc.fi)
  5.  
  6. This is a port of the sploiner program by Richard Joergensen for PowerUP
  7. amigas. I also included MS-DOS and SPARC versions from original sploiner.lha
  8. archive and compiled a special version for 68020. Comes with full
  9. source which should compile out of the box with latest SAS/C. WarpOS
  10. version is compiled with VBCC.
  11.  
  12. From original readme:
  13.  
  14. Description:
  15. ============
  16.   This tool is for splitting up large files and rejoining them later, to
  17.   facilitate transportation of large files on floppy disks.
  18.  
  19.   It also offers error recovery, so a faulty disk no longer means lost data.
  20.  
  21.  
  22. Functions:
  23. ==========
  24.   - Split a large file into a several smaller files.
  25.  
  26.   - Join a set of smaller files to one large file. (like cat, join etc.)
  27.  
  28.   - Recreate a lost file by using the other files, and an extra file of
  29.     error recovery information.
  30.  
  31.  
  32. New in PPC version:
  33.  
  34. -You can specify the file buffer size with -b option
  35.  
  36. -Default split buffer size is now 45000 bytes and join buffer size is
  37. 50000 bytes.
  38.  
  39. -New switch -q. When used the byte counter isn't shown while splitting.
  40.  
  41. Note about the WarpOS version:
  42.  
  43. Due to compiler trouble the WarpOS version doesn't support changing the
  44. buffer size and it is always set to 20000 bytes when splitting and
  45. 15000 bytes when joining. Also writing of shadowfiles is not supported
  46. and you can't use repair (quite obvious as you can't write the shadow file).
  47. Even because of this the WarpOS version is as fast as the PowerUP version
  48. except for joining. I think this is because WarpOS has faster context
  49. switches compared to PowerUP software.
  50.  
  51. I don't know if I've found a bug in VBCC WarpOS but it seems that fwrite()
  52. fails when trying to write more than 20000 bytes at once. Of course it
  53. could be that I'm doing something wrong but VBCC compiles the sources
  54. just fine for m68k and PowerUP.
  55.  
  56. Jarmo Laakkonen
  57. 04-Oct-1998
  58.